Initializes a new instance of the CombineFastCommand with explicit parameters.
public CombineWarpCommand(
RasterImage destinationImage,
LeadPoint[] destinationPoints,
LeadRect sourceRectangle,
CombineWarpCommandFlags flags
)
Public Function New( _
ByVal destinationImage As Leadtools.RasterImage, _
ByVal destinationPoints() As Leadtools.LeadPoint, _
ByVal sourceRectangle As Leadtools.LeadRect, _
ByVal flags As Leadtools.Imageprocessing.CombineWarpCommandFlags _
)
public CombineWarpCommand(
Leadtools.RasterImage destinationImage,
Leadtools.LeadPoint[] destinationPoints,
Leadtools.LeadRect sourceRectangle,
Leadtools.Imageprocessing.CombineWarpCommandFlags flags
)
- (instancetype)initWithDestinationImage:(LTRasterImage *)destinationImage
destinationPoints:(LeadPoint[4])destinationPoints
sourceRectangle:(LeadRect)sourceRectangle
flags:(LTCombineWarpCommandFlags)flags
function CombineWarpCommand(
destinationImage ,
destinationPoints ,
sourceRectangle ,
flags
)
public:
CombineWarpCommand(
Leadtools.RasterImage^ destinationImage,
Leadtools.array<LeadPoint>^ destinationPoints,
Leadtools.LeadRect sourceRectangle,
Leadtools.Imageprocessing.CombineWarpCommandFlags flags
)
destinationImage
The destination image for the command.
destinationPoints
An array that contains the four points that define the warp area in the destination image.
sourceRectangle
Defines the area of the source image to be warped.
flags
Flags that indicate the type of interpolation to use, if interpolation is used.
destinationImage will hold the result of combing this image with the image passed to the Run method.
For an example, refer to CombineWarpCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET